Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.webapp.seam.action.defaultChains--chains

This contribution is part of XML component org.nuxeo.ecm.webapp.seam.action.defaultChains inside nuxeo-platform-webapp-base-6.0.jar

Extension Point

Extension point chains of component OperationServiceComponent.

Contributed Items

  • <chain id="downloadFilesZip">
          <operation id="Context.FetchDocument"/>
          <operation id="Blob.GetAll"/>
          <operation id="Blob.CreateZip">
            <param name="filename" type="string">attachments.zip
            </param>
          </operation>
          <operation id="Seam.DownloadFile"/>
        </chain>

XML Source

<extension point="chains" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">

    <chain id="downloadFilesZip">
      <operation id="Context.FetchDocument"/>
      <operation id="Blob.GetAll"/>
      <operation id="Blob.CreateZip">
        <param name="filename" type="string">attachments.zip
        </param>
      </operation>
      <operation id="Seam.DownloadFile"/>
    </chain>

  </extension>